home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Demos / Jovis® DataBase for REALbasic / Jovis® Example for REALbasic ƒ / READ ME < prev   
Encoding:
Text File  |  1998-07-30  |  2.3 KB  |  31 lines  |  [TEXT/ttxt]

  1. Welcome to Jovis!
  2.  
  3. Jovis¿ is a database engine for REALbasic¿.  It's a great solution for storing and retrieving information that is displayed from your REALbasic applications.
  4.  
  5. The enclosed 30 day demo will introduce you to the Jovis database engine and its many powerful features.  We have created a "WorkShop" area within the demo that lets you experiment with a sample database called "DASCO Database".  Interactive examples demonstrate various capabilities as they are being shown.
  6.  
  7. You can create, both single-user and client/server database applications using Jovis and REALbasic. With Jovis, data is kept in data files external to your application. You include the "calls" that manage and update these files in your code.
  8.  
  9. With Jovis you can store and retrieve information as records using relational tables, or as text blocks or strings.  You can also store and retrieve 'Pict's, 'snd ', and 'Blob's (Binary Large OBjects). Fields and records have no length requirements, so you never have to worry about your information being truncated. Most importantly, Jovis gives you the ability to keep your data separate from your user interface.
  10.  
  11. The amount of data you can keep in a Jovis data file is limited only by hardware configurations.  You can store thousands of records, even hundreds of thousands of records!  Jovis lets you build your database to fit the way YOU need information.  You can search relational tables using traditional criteria, such as greater than or less than operators, etc., or by accessing indexes directly.  The uses for Jovis are unlimited, and they are always simple and easy to implement.
  12.  
  13. We have included the REALbasic project file for the demo so that you can see how things were put together. Some of the required pieces for building an application have not been included, so you won't actually be able to build the demo.  Nonetheless, you can get a good idea of how quick and easy Jovis is to use.
  14.  
  15. You can obtain the latest information, and pricing at our website: "www.DASWorks.com".
  16.  
  17.  
  18. If you have any questions or need further information,  please contact us at:
  19.  
  20. DAS Works
  21. 250 West 104th Street, Suite 84
  22. New York, NY  10025-4292
  23. www.DASWorks.com
  24.  
  25. Sales: (800) 972-2483
  26. Support: (212) 865-3596
  27. International: 001-212-865-3596
  28. Fax: (212) 663-4503
  29.  
  30. Sales@DASWorks.com
  31. Support@DASWorks.com